home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Programare / gpssdk / GPS.NET Global Positioning SDK 1.4.6.msi / Data1.cab / MyEvents.vb2 < prev    next >
Encoding:
Text File  |  2004-07-21  |  767 b   |  14 lines

  1. Namespace My
  2.     Partial Friend Class MyApplication
  3.  
  4.         'Use the editor window dropdowns in the Application pane of the Project Designer to handle MyApplication Events
  5.         '
  6.         'Startup: Raised when the application starts, before the startup form is created.
  7.         'Shutdown: Raised after all application forms are closed.  This event is not raised if the application is terminating abnormally.
  8.         'UnhandledException: Raised if the application encounters an unhandled exception.
  9.         'StartupNextInstance: Raised when launching a single-instance application and the application is already active. 
  10.         'NetworkAvailabilityChanged: Raised when the network connection is connected or disconnected.
  11.  
  12.     End Class
  13. End Namespace
  14.